home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Simulation / PDP-8 Simulator / Test Files / Test.SRC < prev    next >
Encoding:
Text File  |  1992-03-19  |  266 b   |  13 lines  |  [TEXT/KAHL]

  1. ; Test Program with some bastard stuff in it
  2.  
  3.                 ORG        $10
  4.                 EQU     CHEESE 10
  5.                 CLA        
  6.                 TAD        $10+CHEESE+%17-3    ;chew on that!
  7.                 DCA        100
  8.                 CLA ;                        ;ready to actually do something?
  9. LOOP:            IAC ;
  10.                 SZA ;
  11.                 JMP        LOOP                ; keep doing it
  12. STOP:            HLT
  13.                 END